home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / Examples / Nothing / MacMake.bmk next >
Encoding:
Text File  |  1995-11-08  |  2.6 KB  |  84 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                MakeMake.bmk
  4. #    Release Version:    $ 1.0d11 $
  5. #
  6. #    Copyright:    © 1993, 1995 by Apple Computer, Inc., all rights reserved.
  7. #
  8. #========================================================================================
  9.  
  10. __ComponentName = ODFNothing
  11.  
  12. __ComponentSignature = 'odfN'
  13.  
  14. __IncludeDirs = ∂
  15.     -i "{FWODHandMadeIncludes}" ∂
  16.     -i "{FWODCppIncludes}" ∂
  17.     -i "{ODF}Found:FWCollec:Include:" ∂
  18.     -i "{ODF}Found:FWFoundU:Include:" ∂
  19.     -i "{ODF}Found:FWCommon:Include:" ∂
  20.     -i "{ODF}Found:FWTaskG:Include:" ∂
  21.     -i "{ODF}Found:FWRunTyp:Include:" ∂
  22.     -i "{ODF}Found:FWDebug:Include:" ∂
  23.     -i "{ODF}Found:FWExcLib:Include:" ∂
  24.     -i "{ODF}Found:FWStream:Include:" ∂
  25.     -i "{ODF}Found:FWString:Include:" ∂
  26.     -i "{ODF}Found:FWMemory:Include:" ∂
  27.     -i "{ODF}OS:FWGraphx:Include:" ∂
  28.     -i "{ODF}OS:FWMenu:Include:" ∂
  29.     -i "{ODF}OS:FWEvents:Include:" ∂
  30.     -i "{ODF}OS:FWODUtil:Include:" ∂
  31.     -i "{ODF}OS:FWOSMisc:Include:" ∂
  32.     -i "{ODF}OS:FWResour:Include:" ∂
  33.     -i "{ODF}OS:FWFiles:Include:" ∂
  34.     -i "{ODF}OS:FWWindow:Include:" ∂
  35.     -i "{ODF}OS:ODUtils:Include:" ∂
  36.     -i "{ODF}Framewrk:FWGadgts:Include:" ∂
  37.     -i "{ODF}Framewrk:FWPart:Include:" ∂
  38.     -i "{_FWTargetDir}Include:"
  39.  
  40. __IDLIncludeDirs = ∂
  41.     -I "{FWODIDLIncludes}"
  42.     
  43. __ComponentSourcesFromIDL = ∂
  44.     "{_FWTargetDir}Sources:"SOMPart.cpp ∂
  45.     "{_FWTargetDir}Include:SOMPart.xh" ∂
  46.     "{_FWTargetDir}Include:SOMPart.xih"
  47.  
  48.     
  49. __FWRCIncludeDirs = ∂
  50.     -i "{FWODHandMadeIncludes}" ∂
  51.     -i "{FWODRIncludes}" ∂
  52.  
  53. __ComponentObjects = ∂
  54.     "{_FWTargetObjectsDir}"SOMPart.cpp.o ∂
  55.     "{_FWTargetObjectsDir}"Nothing.cpp.o
  56.  
  57. __FrameworkResources = ∂
  58.     "{ODF}OS:FWOSMisc:{_FWBuildDirName}"FWOSMisc.rsrc
  59.  
  60. #__SOMInitFunction = SOMInit
  61. __CFMInitFunction = ODFCFMINIT
  62.  
  63. __ComponentResources = ∂
  64.     "{_FWTargetObjectsDir}"Nothing.rsrc
  65.  
  66. # directory dependency propagation
  67. "{_FWTargetObjectsDir}" ƒ "{_FWTargetDir}Sources:" "{_FWTargetDir}Other:" ∂
  68.     "{ODF}Found:FWCommon:Sources:" "{ODF}OS:FWResour:Sources:"
  69. "{_FWTargetDir}Sources:" ƒ "{_FWTargetDir}Include:"
  70. "{_FWTargetDir}Include:" ƒ "{_FWTargetDir}Include:"
  71.  
  72. # Need to be able to generate the .xih and .xh when the .cpp is up to date because
  73. # of being checked into the project. i.e. Once created the .cpp always exists.
  74. "{_FWTargetDir}Include:SOMPart.xih" ƒ "{_FWTargetDir}Include:SOMPart.idl"
  75. "{_FWTargetDir}Include:SOMPart.xh" ƒ "{_FWTargetDir}Include:SOMPart.idl"
  76. "{_FWTargetDir}Sources:SOMPart.cpp" ƒ "{_FWTargetDir}Include:SOMPart.idl"
  77. "{_FWTargetObjectsDir}SOMPart.cpp.o" ƒ ∂
  78.     "{_FWTargetDir}Include:SOMPart.xh" ∂
  79.     "{_FWTargetDir}Include:SOMPart.xih"
  80.  
  81. "{_FWTargetObjectsDir}"Nothing.rsrc ƒ ∂
  82.     "{_FWTargetDir}"Other:MacIcons.rsrc
  83.  
  84.